home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
script.lzh
/
script_0.4
/
example
/
example.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-12-11
|
174b
|
14 lines
/* example.rexx */
Port="script-library-test"
testvar=42
echo "testvar = " testvar
echo "Port = " Port
call addlib(Port,100)
call testfun()
echo "testvar = " testvar